'Declaration Public Overloads Function CreatePublicKey( _ ByVal key() As Byte _ ) As AsymmetricAlgorithm
'Usage Dim instance As SshEdDsaPublicKeyAlgorithm Dim key() As Byte Dim value As AsymmetricAlgorithm value = instance.CreatePublicKey(key)
public AsymmetricAlgorithm CreatePublicKey( byte[] key )
Parameters
- key